home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / FirstInfo.h < prev    next >
C/C++ Source or Header  |  2002-04-07  |  1KB  |  55 lines

  1. #if !defined(AFX_FirstInfo_H__DC893229_C7D6_448C_860C_54F4E35FFA84__INCLUDED_)
  2. #define AFX_FirstInfo_H__DC893229_C7D6_448C_860C_54F4E35FFA84__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // FirstInfo.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CFirstInfo dialog
  12.  
  13. class CFirstInfo : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CFirstInfo)
  16.  
  17. // Construction
  18. public:
  19.     CFirstInfo();
  20.     ~CFirstInfo();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CFirstInfo)
  24.     enum { IDD = IDD_FirstInfo };
  25.     CStatic    m_splash;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generate virtual function overrides
  31.     //{{AFX_VIRTUAL(CFirstInfo)
  32.     public:
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CFirstInfo)
  41.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  42.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  43.     //}}AFX_MSG
  44.     BOOL OnInitDialog();
  45.   BOOL OnSetActive();
  46.   BOOL OnQueryCancel();
  47.     DECLARE_MESSAGE_MAP()
  48.  
  49. };
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_FirstInfo_H__DC893229_C7D6_448C_860C_54F4E35FFA84__INCLUDED_)
  55.